home *** CD-ROM | disk | FTP | other *** search
/ Java for 3D & VRML Worlds / Java for 3d and VRML Worlds.iso / world / jumanji / left.wrl < prev    next >
Text File  |  1996-10-15  |  2KB  |  110 lines

  1. #VRML V2.0 utf8
  2.  
  3. Shape {
  4.   appearance Appearance {
  5.     material Material {
  6.       ambientIntensity 0.8
  7.     }
  8.     texture ImageTexture {
  9.       url [ "texture/jumadvi.jpg" ]
  10.     }
  11.   }
  12.   geometry IndexedFaceSet {
  13.     coord Coordinate {
  14.       point [ -15 -2.5 -22.5,
  15.               -15 -2.5 22.5,
  16.               0 -2.5 22.5,
  17.               0 -2.5 -22.5 ]
  18.     }
  19.     texCoord TextureCoordinate {
  20.       point [ 0 1, 0 0, 1 0, 1 1 ]
  21.     }
  22.     coordIndex [ 0,1,2,3,-1 ]
  23.     texCoordIndex [ 1,2,3,0,-1 ]  
  24.   }
  25. }
  26.  
  27. Shape {
  28.   appearance Appearance {
  29.     material Material {
  30.       ambientIntensity 0.8
  31.     }
  32.     texture ImageTexture {
  33.       url [ "texture/jumup2.jpg" ]
  34.     }
  35.   }
  36.   geometry IndexedFaceSet {
  37.     coord Coordinate {
  38.       point [ -15.5 -2.5 -23,
  39.               -15.5 -2.5 23,
  40.               0.5 -2.5 23,
  41.               0.5 -2.5 -23 ]
  42.     }
  43.     texCoord TextureCoordinate {
  44.       point [ 0 1, 0 0, 1 0, 1 1 ]
  45.     }
  46.     coordIndex [ 3,2,1,0,-1 ]
  47.     texCoordIndex [ 1,2,3,0,-1 ]  
  48.   }
  49. }
  50.  
  51. Transform {
  52.   translation -15 -1.25 0
  53.   children [
  54.     Shape {
  55.       appearance Appearance {
  56.         material Material {
  57.           diffuseColor 0.215 0.215 0.0468
  58.           ambientIntensity 0.2
  59.         }
  60.       }
  61.       geometry Box { size 1 2.5 45 }
  62.     }
  63.   ]
  64. }
  65.  
  66. Transform {
  67.   translation 0 -1.25 0
  68.   children [
  69.     Shape {
  70.       appearance Appearance {
  71.         material Material {
  72.           diffuseColor 0.215 0.215 0.0468
  73.           ambientIntensity 0.2
  74.         }
  75.       }
  76.       geometry Box { size 1 2.5 45 }
  77.     }
  78.   ]
  79. }
  80.  
  81. Transform {
  82.   translation -7.5 -1.25 22.5
  83.   children [
  84.     Shape {
  85.       appearance Appearance {
  86.         material Material {
  87.           diffuseColor 0.215 0.215 0.0468
  88.           ambientIntensity 0.2
  89.         }
  90.       }
  91.       geometry Box { size 15 2.5 1 }
  92.     }
  93.   ]
  94. }
  95.  
  96. Transform {
  97.   translation -7.5 -1.25 -22.5
  98.   children [
  99.     Shape {
  100.       appearance Appearance {
  101.         material Material {
  102.           diffuseColor 0.215 0.215 0.0468
  103.           ambientIntensity 0.2
  104.         }
  105.       }
  106.       geometry Box { size 15 2.5 1 }
  107.     }
  108.   ]
  109. }
  110.